All Questions
3 questions
2votes
2answers
109views
Library Class: Point - Follow up
This is a follow up of this post. Changes: I tried harder to make my code readable yet concise. All Point instances are immutable and unique. New, useful features ...
25votes
6answers
2kviews
A Library Class : Point
I am trying to create a library of my own which contains (among others), a class called Point. As the name suggests, it is intended to encapsulate a point ...